func runtime.growslice
3 uses
runtime (current package)
slice.go#L177: func growslice(oldPtr unsafe.Pointer, newLen, oldCap, num int, et *_type) slice {
slice.go#L181: racereadrangepc(oldPtr, uintptr(oldLen*int(et.Size_)), callerpc, abi.FuncPCABIInternal(growslice))
slice.go#L336: new := growslice(old.array, old.cap+num, old.cap, num, et)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)